Skip to content

Conversation

@tenphi
Copy link
Member

@tenphi tenphi commented Jun 24, 2025

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Jun 24, 2025

🦋 Changeset detected

Latest commit: 244a714

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@cube-dev/ui-kit Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Jun 24, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cube-ui-kit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 27, 2025 0:38am

@netlify
Copy link

netlify bot commented Jun 24, 2025

Deploy Preview for cube-uikit-docs failed.

Name Link
🔨 Latest commit 244a714
🔍 Latest deploy log https://app.netlify.com/projects/cube-uikit-docs/deploys/685e9091a8236d00085ebc6b

@github-actions
Copy link
Contributor

github-actions bot commented Jun 24, 2025

📦 NPM canary release

Deployed canary version 0.0.0-canary-b1c8394.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 24, 2025

🏗 Docs are successfully deployed!

👀 Preview: https://685e90d7b325fb83a35db31c--cube-uikit-docs.netlify.app

@github-actions
Copy link
Contributor

github-actions bot commented Jun 24, 2025

🧪 Storybook is successfully deployed!

@github-actions
Copy link
Contributor

github-actions bot commented Jun 24, 2025

🏋️ Size limit report

Name Size Passed?
All 256.17 KB (+0.57% 🔺) Yes 🎉
Tree shaking (just a Button) 21.72 KB (0% 🟰) Yes 🎉
Tree shaking (just an Icon) 11.4 KB (0% 🟰) Yes 🎉

Click here if you want to find out what is changed in this build

@tenphi tenphi requested a review from Copilot June 25, 2025 08:40
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes several styling inconsistencies and updates component documentation and story organization, while also introducing the new ListBox component.

  • Update disabled color for MenuButton and story title for Menu.
  • Enhance Select component styling and expand its story configuration.
  • Add a new ListBox component with comprehensive search, filtering, and grouping functionality, along with corresponding stories and documentation.

Reviewed Changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/components/pickers/Menu/MenuButton.tsx Updated disabled color from '#dark.04' to '#clear' to match design.
src/components/pickers/Menu/Menu.stories.tsx Changed story title to 'Actions/Menu' for clearer categorization.
src/components/fields/index.ts Exported the new ListBox component.
src/components/fields/Select/Select.tsx Adjusted color and fill schemes in options styling.
src/components/fields/Select/Select.stories.tsx Expanded prop definitions and updated story args.
src/components/fields/ListBox.tsx Introduced the new ListBox component with search, filtering, and grouping.
src/components/fields/ListBox.stories.tsx Added various usage stories for ListBox functionality.
src/components/fields/ListBox.docs.mdx Documented the new ListBox component along with usage examples.
src/components/fields/ComboBox/ComboBox.stories.tsx Updated story title for improved consistency.
Comments suppressed due to low confidence (3)

src/components/pickers/Menu/Menu.stories.tsx:27

  • [nitpick] Ensure that the updated story title 'Actions/Menu' aligns with the intended categorization across documentation and story grouping.
  title: 'Actions/Menu',

src/components/fields/ListBox.tsx:284

  • [nitpick] Consider adding tests to cover the filtering logic in the ListBox, especially for scenarios dealing with complex or non-string child elements to ensure robust behavior.
  const filteredChildren = useMemo(() => {

src/components/pickers/Menu/MenuButton.tsx:27

  • Confirm that changing the disabled color to '#clear' is intentional and consistent with the design specifications. Verify if similar updates are needed in other components to maintain visual consistency.
      disabled: '#clear',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants